Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug fix for import('vscode-uri').default #92

Conversation

mikhail-g
Copy link
Contributor

Fix for issue #81 and
#88

Fresh wdio-vscode-service project is not starting because of import('vscode-uri').default
Error message:
TypeError: Cannot destructure property 'URI' of '(intermediate value).default' as it is undefined

  • The solution has used already at @wdio/utils/build/utils.js:204
  • The import that was changed here has been working without .default 11 month ago,
    before the change 1562cd1

Fresh wdio-vscode-service project is not starting.
Error message:
`TypeError: Cannot destructure property 'URI' of
'(intermediate value).default' as it is undefined`

- The solution has used already at `@wdio/utils/build/utils.js:204`
- The import that was changed here has been working without `.default` 11 month ago,
before the change 1562cd1
@mikhail-g mikhail-g closed this Nov 15, 2023
@mikhail-g mikhail-g deleted the bug-import-vscode-uri-default branch November 15, 2023 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants